home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TBACKUPCENTRE / TBACKUPCENTRE.txt
Text File  |  2004-10-12  |  18KB  |  745 lines

  1. object BackupCentre: TBackupCentre
  2.   Left = 280
  3.   Top = 61
  4.   HelpContext = 14053
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   BorderWidth = 3
  8.   Caption = 'Maintenance Centre'
  9.   ClientHeight = 397
  10.   ClientWidth = 425
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Book: TPageControl
  27.     Left = 0
  28.     Top = 0
  29.     Width = 425
  30.     Height = 361
  31.     ActivePage = tsBackup
  32.     Align = alTop
  33.     TabOrder = 0
  34.     object tsRestore: TTabSheet
  35.       Tag = 1
  36.       Caption = 'Restore'
  37.       object gbFiles: TGroupBox
  38.         Left = 8
  39.         Top = 8
  40.         Width = 401
  41.         Height = 161
  42.         Caption = '&Files'
  43.         TabOrder = 0
  44.         object lRestoreFiles: TListView
  45.           Left = 8
  46.           Top = 16
  47.           Width = 297
  48.           Height = 137
  49.           Columns = <
  50.             item
  51.               Caption = 'File'
  52.               Width = 80
  53.             end
  54.             item
  55.               Caption = 'Date'
  56.               Width = 70
  57.             end
  58.             item
  59.               Caption = 'Comment'
  60.               Width = 80
  61.             end
  62.             item
  63.               Caption = 'Full path'
  64.               Width = 100
  65.             end>
  66.           HideSelection = False
  67.           RowSelect = True
  68.           TabOrder = 0
  69.           ViewStyle = vsReport
  70.           OnChange = lRestoreFilesChange
  71.         end
  72.         object bRestoreAdd: TButton
  73.           Left = 312
  74.           Top = 16
  75.           Width = 81
  76.           Height = 25
  77.           Caption = '&Add...'
  78.           TabOrder = 1
  79.           OnClick = bRestoreAddClick
  80.         end
  81.         object bRestoreRemove: TButton
  82.           Left = 312
  83.           Top = 48
  84.           Width = 81
  85.           Height = 25
  86.           Caption = '&Remove'
  87.           Enabled = False
  88.           TabOrder = 2
  89.           OnClick = bRestoreRemoveClick
  90.         end
  91.       end
  92.       object gbRestoreOptions: TGroupBox
  93.         Left = 8
  94.         Top = 176
  95.         Width = 401
  96.         Height = 145
  97.         Caption = 'What to restore'
  98.         TabOrder = 1
  99.         object cbRestoreAccount: TCheckBox
  100.           Left = 16
  101.           Top = 24
  102.           Width = 380
  103.           Height = 17
  104.           Caption = 'Account Properties'
  105.           Checked = True
  106.           State = cbChecked
  107.           TabOrder = 0
  108.         end
  109.         object cbRestoreMsg: TCheckBox
  110.           Left = 16
  111.           Top = 48
  112.           Width = 380
  113.           Height = 17
  114.           Caption = 'Folders with Messages'
  115.           Checked = True
  116.           State = cbChecked
  117.           TabOrder = 1
  118.         end
  119.         object cbRestoreAddr: TCheckBox
  120.           Left = 16
  121.           Top = 72
  122.           Width = 380
  123.           Height = 17
  124.           Caption = '&Address Books'
  125.           Checked = True
  126.           State = cbChecked
  127.           TabOrder = 2
  128.         end
  129.         object cbRestorePrefs: TCheckBox
  130.           Left = 16
  131.           Top = 96
  132.           Width = 380
  133.           Height = 17
  134.           Caption = 'Global Options'
  135.           Checked = True
  136.           State = cbChecked
  137.           TabOrder = 3
  138.         end
  139.         object cbRestoreAttach: TCheckBox
  140.           Left = 16
  141.           Top = 120
  142.           Width = 380
  143.           Height = 17
  144.           Caption = 'A&ttachment files'
  145.           Checked = True
  146.           State = cbChecked
  147.           TabOrder = 4
  148.         end
  149.       end
  150.     end
  151.     object tsSynchronise: TTabSheet
  152.       Tag = 2
  153.       Caption = 'Synchronise'
  154.       object GroupBox1: TGroupBox
  155.         Left = 8
  156.         Top = 4
  157.         Width = 401
  158.         Height = 217
  159.         Caption = 'What to synchronise'
  160.         TabOrder = 0
  161.         object cbSyncAccount: TCheckBox
  162.           Left = 16
  163.           Top = 24
  164.           Width = 377
  165.           Height = 17
  166.           Caption = 'Account Properties'
  167.           Checked = True
  168.           State = cbChecked
  169.           TabOrder = 0
  170.         end
  171.         object cbSyncMsg: TCheckBox
  172.           Left = 16
  173.           Top = 44
  174.           Width = 377
  175.           Height = 17
  176.           Caption = 'Folders with Messages'
  177.           Checked = True
  178.           State = cbChecked
  179.           TabOrder = 1
  180.         end
  181.         object cbSyncAddr: TCheckBox
  182.           Left = 16
  183.           Top = 64
  184.           Width = 273
  185.           Height = 17
  186.           Caption = 'Address Books'
  187.           Checked = True
  188.           State = cbChecked
  189.           TabOrder = 2
  190.         end
  191.         object cbSyncColors: TCheckBox
  192.           Left = 16
  193.           Top = 84
  194.           Width = 377
  195.           Height = 17
  196.           Caption = '&Colour Groups'
  197.           Checked = True
  198.           State = cbChecked
  199.           TabOrder = 3
  200.         end
  201.         object cbSyncAttach: TCheckBox
  202.           Left = 16
  203.           Top = 104
  204.           Width = 377
  205.           Height = 17
  206.           Caption = 'Attachment &Files'
  207.           Checked = True
  208.           State = cbChecked
  209.           TabOrder = 4
  210.           OnClick = cbBackAttachClick
  211.         end
  212.         object bSyncBrowseAB: TButton
  213.           Left = 296
  214.           Top = 60
  215.           Width = 99
  216.           Height = 23
  217.           Caption = 'Choose...'
  218.           TabOrder = 5
  219.           OnClick = bBackAddrClick
  220.         end
  221.         object cbSyncAttBodies: TCheckBox
  222.           Left = 32
  223.           Top = 124
  224.           Width = 361
  225.           Height = 17
  226.           Caption = 'Store external attachments in message bodies'
  227.           Checked = True
  228.           State = cbChecked
  229.           TabOrder = 6
  230.         end
  231.         object cbSyncHotkeys: TCheckBox
  232.           Left = 16
  233.           Top = 144
  234.           Width = 377
  235.           Height = 17
  236.           Caption = 'Hot Keys'
  237.           Checked = True
  238.           State = cbChecked
  239.           TabOrder = 7
  240.         end
  241.         object cbSyncEditorSet: TCheckBox
  242.           Left = 16
  243.           Top = 164
  244.           Width = 377
  245.           Height = 17
  246.           Caption = 'Editor Settings'
  247.           Checked = True
  248.           State = cbChecked
  249.           TabOrder = 8
  250.         end
  251.       end
  252.       object rbSyncStep: TGroupBox
  253.         Left = 8
  254.         Top = 228
  255.         Width = 401
  256.         Height = 97
  257.         Caption = 'Steps'
  258.         TabOrder = 1
  259.         object Label1: TLabel
  260.           Left = 72
  261.           Top = 56
  262.           Width = 122
  263.           Height = 13
  264.           Caption = 'data file from other system'
  265.         end
  266.         object rbSync1: TRadioButton
  267.           Left = 16
  268.           Top = 16
  269.           Width = 377
  270.           Height = 17
  271.           Caption = 'Step &1: Create synchronisation data file for other system'
  272.           Checked = True
  273.           TabOrder = 0
  274.           TabStop = True
  275.         end
  276.         object rbSync2: TRadioButton
  277.           Left = 16
  278.           Top = 40
  279.           Width = 377
  280.           Height = 17
  281.           Caption = 'Step &2: Generate synchronisation archive using '
  282.           TabOrder = 1
  283.         end
  284.         object rbSync3: TRadioButton
  285.           Left = 16
  286.           Top = 72
  287.           Width = 377
  288.           Height = 17
  289.           Caption = 'Step &3: Submit synchronisation archive from other system'
  290.           TabOrder = 2
  291.         end
  292.       end
  293.     end
  294.     object tsSelect: TTabSheet
  295.       Caption = 'Backup'
  296.       TabVisible = False
  297.       object lbAccounts: TLabel
  298.         Left = 8
  299.         Top = 16
  300.         Width = 100
  301.         Height = 13
  302.         Caption = '&Accounts to process:'
  303.       end
  304.       object gbPassword: TGroupBox
  305.         Left = 8
  306.         Top = 232
  307.         Width = 401
  308.         Height = 89
  309.         Caption = 'Password protection'
  310.         TabOrder = 0
  311.         Visible = False
  312.         object Label2: TLabel
  313.           Left = 32
  314.           Top = 40
  315.           Width = 49
  316.           Height = 13
  317.           Caption = '&Password:'
  318.         end
  319.         object Label3: TLabel
  320.           Left = 32
  321.           Top = 64
  322.           Width = 86
  323.           Height = 13
  324.           Caption = '&Confirm password:'
  325.         end
  326.         object cbPassword: TCheckBox
  327.           Left = 16
  328.           Top = 16
  329.           Width = 369
  330.           Height = 17
  331.           Caption = 'Protect the archive with a password'
  332.           TabOrder = 0
  333.         end
  334.         object ePsw: TEdit
  335.           Left = 176
  336.           Top = 36
  337.           Width = 201
  338.           Height = 21
  339.           PasswordChar = '*'
  340.           TabOrder = 1
  341.         end
  342.         object ePswCfm: TEdit
  343.           Left = 176
  344.           Top = 60
  345.           Width = 201
  346.           Height = 21
  347.           PasswordChar = '*'
  348.           TabOrder = 2
  349.         end
  350.       end
  351.       object lAccounts: TCheckListBox
  352.         Left = 8
  353.         Top = 32
  354.         Width = 401
  355.         Height = 161
  356.         ItemHeight = 13
  357.         Style = lbOwnerDrawFixed
  358.         TabOrder = 1
  359.       end
  360.       object bSelectAll: TButton
  361.         Left = 104
  362.         Top = 200
  363.         Width = 145
  364.         Height = 25
  365.         Caption = '&Select all'
  366.         TabOrder = 2
  367.         OnClick = bSelectAllClick
  368.       end
  369.       object bUnselectAll: TButton
  370.         Left = 264
  371.         Top = 200
  372.         Width = 147
  373.         Height = 25
  374.         Caption = '&Unselect all'
  375.         TabOrder = 3
  376.         OnClick = bUnselectAllClick
  377.       end
  378.     end
  379.     object tsBackup: TTabSheet
  380.       Caption = 'Backup'
  381.       object lBackFile: TLabel
  382.         Left = 8
  383.         Top = 276
  384.         Width = 56
  385.         Height = 13
  386.         Caption = '&Backup file:'
  387.         FocusControl = eBackFile
  388.       end
  389.       object lComment: TLabel
  390.         Left = 8
  391.         Top = 308
  392.         Width = 47
  393.         Height = 13
  394.         Caption = '&Comment:'
  395.         FocusControl = eBackComment
  396.       end
  397.       object gbBackWhat: TGroupBox
  398.         Left = 8
  399.         Top = 4
  400.         Width = 401
  401.         Height = 153
  402.         Caption = 'What to backup'
  403.         TabOrder = 0
  404.         object cbBackAccount: TCheckBox
  405.           Left = 16
  406.           Top = 24
  407.           Width = 377
  408.           Height = 16
  409.           Caption = 'Account Properties'
  410.           Checked = True
  411.           State = cbChecked
  412.           TabOrder = 0
  413.         end
  414.         object cbBackMsg: TCheckBox
  415.           Left = 16
  416.           Top = 44
  417.           Width = 377
  418.           Height = 17
  419.           Caption = 'Folders with Messages'
  420.           Checked = True
  421.           State = cbChecked
  422.           TabOrder = 1
  423.         end
  424.         object cbBackAddr: TCheckBox
  425.           Left = 16
  426.           Top = 64
  427.           Width = 273
  428.           Height = 17
  429.           Caption = '&Address Books'
  430.           Checked = True
  431.           State = cbChecked
  432.           TabOrder = 2
  433.           OnClick = cbBackAddrClick
  434.         end
  435.         object bBackAddr: TButton
  436.           Left = 296
  437.           Top = 61
  438.           Width = 99
  439.           Height = 23
  440.           Caption = 'Choose...'
  441.           TabOrder = 3
  442.           OnClick = bBackAddrClick
  443.         end
  444.         object cbBackPrefs: TCheckBox
  445.           Left = 16
  446.           Top = 84
  447.           Width = 377
  448.           Height = 17
  449.           Caption = 'Global Options'
  450.           Checked = True
  451.           State = cbChecked
  452.           TabOrder = 4
  453.         end
  454.         object cbBackAttach: TCheckBox
  455.           Left = 16
  456.           Top = 104
  457.           Width = 377
  458.           Height = 17
  459.           Caption = 'A&ttachment Files'
  460.           Checked = True
  461.           State = cbChecked
  462.           TabOrder = 5
  463.           OnClick = cbBackAttachClick
  464.         end
  465.         object cbStoreAttBodies: TCheckBox
  466.           Left = 32
  467.           Top = 124
  468.           Width = 361
  469.           Height = 17
  470.           Caption = 'Store external attachments in message bodies'
  471.           TabOrder = 6
  472.         end
  473.       end
  474.       object gbBackMethod: TGroupBox
  475.         Left = 8
  476.         Top = 160
  477.         Width = 401
  478.         Height = 101
  479.         Caption = 'Backup method'
  480.         TabOrder = 1
  481.         object rbBackNormal: TRadioButton
  482.           Left = 16
  483.           Top = 20
  484.           Width = 377
  485.           Height = 17
  486.           Caption = '&Standard'
  487.           Checked = True
  488.           TabOrder = 0
  489.           TabStop = True
  490.           OnClick = rbBackUpdateClick
  491.         end
  492.         object rbBackUpdate: TRadioButton
  493.           Left = 16
  494.           Top = 44
  495.           Width = 377
  496.           Height = 17
  497.           Caption = 'Create an &Update to existing archive:'
  498.           TabOrder = 1
  499.           OnClick = rbBackUpdateClick
  500.         end
  501.         object eBackOld: TEdit
  502.           Left = 32
  503.           Top = 70
  504.           Width = 273
  505.           Height = 21
  506.           TabStop = False
  507.           Enabled = False
  508.           ParentColor = True
  509.           ReadOnly = True
  510.           TabOrder = 2
  511.         end
  512.         object bBrowseBackOld: TButton
  513.           Left = 312
  514.           Top = 68
  515.           Width = 81
  516.           Height = 25
  517.           Caption = 'Browse...'
  518.           Enabled = False
  519.           TabOrder = 3
  520.           OnClick = bBrowseBackOldClick
  521.         end
  522.       end
  523.       object eBackFile: TEdit
  524.         Left = 96
  525.         Top = 272
  526.         Width = 217
  527.         Height = 21
  528.         TabStop = False
  529.         ParentColor = True
  530.         ReadOnly = True
  531.         TabOrder = 2
  532.       end
  533.       object bBrowseBack: TButton
  534.         Left = 320
  535.         Top = 270
  536.         Width = 81
  537.         Height = 25
  538.         Caption = 'Browse...'
  539.         TabOrder = 3
  540.         OnClick = bBrowseBackClick
  541.       end
  542.       object eBackComment: TEdit
  543.         Left = 96
  544.         Top = 304
  545.         Width = 305
  546.         Height = 21
  547.         TabOrder = 4
  548.       end
  549.     end
  550.     object tsProgress: TTabSheet
  551.       Caption = 'Progress'
  552.       TabVisible = False
  553.       object lProgressTitle: TLabel
  554.         Left = 16
  555.         Top = 16
  556.         Width = 385
  557.         Height = 33
  558.         AutoSize = False
  559.         Caption = 'Backup is in progress. Please wait - it can be a long process...'
  560.         WordWrap = True
  561.       end
  562.       object lbMsg: TLabel
  563.         Left = 16
  564.         Top = 123
  565.         Width = 385
  566.         Height = 44
  567.         AutoSize = False
  568.         Caption = 'lbMsg'
  569.         Visible = False
  570.         WordWrap = True
  571.       end
  572.       object gbProgress: TGroupBox
  573.         Left = 16
  574.         Top = 64
  575.         Width = 385
  576.         Height = 105
  577.         Caption = 'Progress'
  578.         TabOrder = 0
  579.         object lbProgress: TLabel
  580.           Left = 16
  581.           Top = 24
  582.           Width = 353
  583.           Height = 33
  584.           AutoSize = False
  585.           WordWrap = True
  586.         end
  587.         object gMeter: TBatGauge
  588.           Left = 16
  589.           Top = 64
  590.           Width = 353
  591.           Height = 28
  592.           ForeColor = clNavy
  593.           ShowPercent = True
  594.           Animated = False
  595.           Visible = False
  596.         end
  597.       end
  598.       object gbTarget: TGroupBox
  599.         Left = 16
  600.         Top = 192
  601.         Width = 193
  602.         Height = 129
  603.         Caption = 'Target drive info'
  604.         TabOrder = 1
  605.         object Label4: TLabel
  606.           Left = 16
  607.           Top = 32
  608.           Width = 48
  609.           Height = 13
  610.           Caption = 'Total size:'
  611.         end
  612.         object lbTargetSize: TLabel
  613.           Left = 16
  614.           Top = 48
  615.           Width = 53
  616.           Height = 13
  617.           Caption = '0M Bytes'
  618.           Font.Charset = DEFAULT_CHARSET
  619.           Font.Color = clBlack
  620.           Font.Height = -11
  621.           Font.Name = 'MS Sans Serif'
  622.           Font.Style = [fsBold]
  623.           ParentFont = False
  624.         end
  625.         object Label5: TLabel
  626.           Left = 16
  627.           Top = 72
  628.           Width = 77
  629.           Height = 13
  630.           Caption = 'Free space size:'
  631.         end
  632.         object lbTargetFree: TLabel
  633.           Left = 16
  634.           Top = 88
  635.           Width = 53
  636.           Height = 13
  637.           Caption = '0M Bytes'
  638.           Font.Charset = DEFAULT_CHARSET
  639.           Font.Color = clBlack
  640.           Font.Height = -11
  641.           Font.Name = 'MS Sans Serif'
  642.           Font.Style = [fsBold]
  643.           ParentFont = False
  644.         end
  645.       end
  646.       object gbTemp: TGroupBox
  647.         Left = 216
  648.         Top = 192
  649.         Width = 185
  650.         Height = 129
  651.         Caption = 'Temporary drive info'
  652.         TabOrder = 2
  653.         object Label6: TLabel
  654.           Left = 16
  655.           Top = 72
  656.           Width = 77
  657.           Height = 13
  658.           Caption = 'Free space size:'
  659.         end
  660.         object Label7: TLabel
  661.           Left = 16
  662.           Top = 32
  663.           Width = 48
  664.           Height = 13
  665.           Caption = 'Total size:'
  666.         end
  667.         object lbTempSize: TLabel
  668.           Left = 16
  669.           Top = 48
  670.           Width = 53
  671.           Height = 13
  672.           Caption = '0M Bytes'
  673.           Font.Charset = DEFAULT_CHARSET
  674.           Font.Color = clBlack
  675.           Font.Height = -11
  676.           Font.Name = 'MS Sans Serif'
  677.           Font.Style = [fsBold]
  678.           ParentFont = False
  679.         end
  680.         object lbTempFree: TLabel
  681.           Left = 16
  682.           Top = 88
  683.           Width = 53
  684.           Height = 13
  685.           Caption = '0M Bytes'
  686.           Font.Charset = DEFAULT_CHARSET
  687.           Font.Color = clBlack
  688.           Font.Height = -11
  689.           Font.Name = 'MS Sans Serif'
  690.           Font.Style = [fsBold]
  691.           ParentFont = False
  692.         end
  693.       end
  694.     end
  695.   end
  696.   object bCancel: TButton
  697.     Left = 256
  698.     Top = 368
  699.     Width = 81
  700.     Height = 25
  701.     Cancel = True
  702.     Caption = 'Cancel'
  703.     ModalResult = 2
  704.     TabOrder = 1
  705.     OnClick = bCancelClick
  706.   end
  707.   object bOK: TButton
  708.     Left = 168
  709.     Top = 368
  710.     Width = 81
  711.     Height = 25
  712.     Caption = '&OK'
  713.     Default = True
  714.     ModalResult = 1
  715.     TabOrder = 2
  716.     OnClick = bOKClick
  717.   end
  718.   object bHelp: TButton
  719.     Left = 344
  720.     Top = 368
  721.     Width = 81
  722.     Height = 25
  723.     Caption = 'Help'
  724.     TabOrder = 3
  725.     OnClick = bHelpClick
  726.   end
  727.   object tmUpdate: TTimer
  728.     Enabled = False
  729.     Interval = 2000
  730.     OnTimer = tmUpdateTimer
  731.     Left = 16
  732.     Top = 376
  733.   end
  734.   object dOpen: TOpenDialog
  735.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing]
  736.     Left = 384
  737.     Top = 356
  738.   end
  739.   object dSave: TSaveDialog
  740.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofShareAware, ofEnableSizing]
  741.     Left = 392
  742.     Top = 368
  743.   end
  744. end
  745.